home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / mach / configure < prev    next >
Encoding:
Text File  |  1994-07-18  |  232 b   |  9 lines

  1. # If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
  2. # config.make.
  3.  
  4. case z"$with_mach" in
  5. z | zyes) ;; # Not specified, or specified with no value.
  6. z*) config_vars="$config_vars
  7. mach-srcdir = $with_mach" ;;
  8. esac
  9.